projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00f15b8
)
docs: don't use signal syntax for properties
author
William Jon McCann
<william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 01:58:13 +0000
(20:58 -0500)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 03:40:55 +0000
(22:40 -0500)
gtk/gtkstack.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstack.c
b/gtk/gtkstack.c
index f158d134e5c7e55ffeff1f6c78296d28299d3a3f..d21f3163433887bfb17085b6e1c7ca91ab126dc4 100644
(file)
--- a/
gtk/gtkstack.c
+++ b/
gtk/gtkstack.c
@@
-42,7
+42,7
@@
*
* Transitions between pages can be animated as slides or
* fades. This can be controlled with gtk_stack_set_transition_type().
- * These animations respect the #GtkSettings:
:
gtk-enable-animations
+ * These animations respect the #GtkSettings:gtk-enable-animations
* setting.
*
* The GtkStack widget was added in GTK+ 3.10.